home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Whale.Dir / 00043_Script_43 < prev    next >
Text File  |  1997-08-06  |  242b  |  10 lines

  1. on mousedown
  2.   puppetsound (1) "tick"
  3.   repeat while the mousedown
  4.     set the visible of sprite 3 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 3 to true
  8.   updatestage
  9.   if the frame > 73 then go the frame -1
  10. end